1 # Throwing a stone on earth
3 # z'' = -g, with g=0,981 da*m/s^2
4 # Initial speeds: v.z0 (vertical) and v.x0 (horizontal)
6 coefficient.1(-1) -> -g # set to 0,981
7 coefficient.2(+1) -> v.z0 # initial vertical speed
8 coefficient.3(+1) -> v.x0 # initial horizontal speed
9 coefficient.4(-1) -> -z0 # initial altitude
16 iintegrate (v.x0) -> x